Platform Explorer / Nuxeo Platform 2023.10

Operation NuxeoDrive.GetChildren (Nuxeo Drive: Get children)

Description

Get the children of the document backing the folder item with the given id. Return the results as a JSON blob.
Operation id NuxeoDrive.GetChildren
Category Services
Label Nuxeo Drive: Get children
Requires
Since

Parameters

Name Description Type Required Default value
id Id of the file system item backed by the document whose children to get. string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveGetChildren
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.GetChildren",
  "label" : "Nuxeo Drive: Get children",
  "category" : "Services",
  "requires" : null,
  "description" : "Get the children of the document backing the folder item with the given id. Return the results as a JSON blob.",
  "url" : "NuxeoDrive.GetChildren",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : "Id of the file system item backed by the document whose children to get.",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}